net/http.http2Framer.startWrite (method)
13 uses
net/http (current package)
h2_bundle.go#L1747: func (f *http2Framer) startWrite(ftype http2FrameType, flags http2Flags, streamID uint32) {
h2_bundle.go#L2108: f.startWrite(http2FrameData, flags, streamID)
h2_bundle.go#L2240: f.startWrite(http2FrameSettings, 0, 0)
h2_bundle.go#L2253: f.startWrite(http2FrameSettings, http2FlagSettingsAck, 0)
h2_bundle.go#L2287: f.startWrite(http2FramePing, flags, 0)
h2_bundle.go#L2328: f.startWrite(http2FrameGoAway, 0, 0)
h2_bundle.go#L2398: f.startWrite(http2FrameWindowUpdate, 0, streamID)
h2_bundle.go#L2525: f.startWrite(http2FrameHeaders, flags, p.StreamID)
h2_bundle.go#L2605: f.startWrite(http2FramePriority, 0, streamID)
h2_bundle.go#L2642: f.startWrite(http2FrameRSTStream, 0, streamID)
h2_bundle.go#L2683: f.startWrite(http2FrameContinuation, flags, streamID)
h2_bundle.go#L2785: f.startWrite(http2FramePushPromise, flags, p.StreamID)
h2_bundle.go#L2801: f.startWrite(t, flags, streamID)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |